encoding/asn1.fieldParameters.timeType (field)
8 uses
encoding/asn1 (current package)
asn1.go#L848: } else if params.timeType != 0 {
asn1.go#L849: universalTag = params.timeType
common.go#L83: timeType int // the time tag to use when marshaling.
common.go#L107: ret.timeType = TagGeneralizedTime
common.go#L109: ret.timeType = TagUTCTime
marshal.go#L464: if params.timeType == TagGeneralizedTime || outsideUTCRange(t) {
marshal.go#L629: if params.timeType != 0 && tag != TagUTCTime {
marshal.go#L657: if params.timeType == TagGeneralizedTime || outsideUTCRange(t) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |